const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3586: http2stateClosed
h2_bundle.go#L3594: http2stateClosed: "Closed",
h2_bundle.go#L4772: return http2stateClosed, nil
h2_bundle.go#L4776: return http2stateClosed, nil
h2_bundle.go#L5313: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L5368: case http2stateClosed:
h2_bundle.go#L5768: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5771: st.state = http2stateClosed
h2_bundle.go#L6607: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)